From: Jim Blandy Date: Tue, 30 Mar 1993 21:12:44 +0000 (+0000) Subject: * subr.el (int-to-string): Make this an alias for the subr X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96632 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=555b2421bb1cc67980a63ca581001657b788a4b4;p=emacs.git * subr.el (int-to-string): Make this an alias for the subr number-to-string. --- diff --git a/lisp/subr.el b/lisp/subr.el index e6ec3b3b613..88fbb517fae 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -353,6 +353,7 @@ Accept any number of arguments, but ignore them." (fset 'backward-delete-char 'delete-backward-char) (fset 'search-forward-regexp (symbol-function 're-search-forward)) (fset 'search-backward-regexp (symbol-function 're-search-backward)) +(fset 'int-to-string 'number-to-string) ;;; Should this be an obsolete name? If you decide it should, you get ;;; to go through all the sources and change them.